home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-01-12 | 401 b | 18 lines | [TEXT/CWIE] |
- //•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- // YELLOW EXTENSION TOOLKIT
- // File Name: YE main.h
- // © 1998-2000 by Rocco Moliterno-Yellowsoft. All Right Reserved
- //•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
-
- #pragma once
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- EXTERN_API_C(void) GoAction(YEBlockPtr params);
-
- #ifdef __cplusplus
- }
- #endif
-